Vcenter Vm Hardware UpdateSpec
The Vcenter Vm Hardware UpdateSpec schema describes the updates to virtual hardware settings of a virtual machine.
{
"upgrade_policy": "string",
"upgrade_version": "string"
}
Scheduled upgrade policy.
If set to Vcenter Vm Hardware UpgradePolicy.NEVER, the Vcenter Vm Hardware Info.upgrade_version property will be reset to missing or null
.
For more information see: Vcenter Vm Hardware UpgradePolicy.
If missing or null
, the value is unchanged.
Target hardware version to be used on the next scheduled virtual hardware upgrade.
If specified, this property must represent a newer virtual hardware version than the current virtual hardware version reported in Vcenter Vm Hardware Info.version.
For more information see: Vcenter Vm Hardware Version.
If Vcenter Vm Hardware UpdateSpec.upgrade_policy is set to Vcenter Vm Hardware UpgradePolicy.NEVER, this property must be missing or null
. Otherwise, if this property is missing or null
, default to the most recent virtual hardware version supported by the server.